Silence some macOS build warnings
authorMattias Engdegård <mattiase@acm.org>
Sun, 12 May 2024 12:55:55 +0000 (14:55 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 12 May 2024 13:04:47 +0000 (15:04 +0200)
commit9365feadccf1e28438e41c4ce8bf60ab8e4e1def
tree1bd6f459468fb5ccb5c80beac8a86f62fe1affc6
parent38091e43bee991920db81263fe56da444a123fae
Silence some macOS build warnings

* src/image.c (native_image_type): Declare static.
* src/keyboard.c (lispy_function_keys): Declare static on NS.
* src/nsmenu.m (context_menu_value):
* src/nsterm.m (ns_frame_parm_handlers): Move extern declarations...
* src/nsterm.h: ...here.
* test/src/emacs-module-resources/mod-test.c: Add extern declaration.
src/image.c
src/keyboard.c
src/nsmenu.m
src/nsterm.h
src/nsterm.m
test/src/emacs-module-resources/mod-test.c